chore(base-cluster/dependencies)!: update helm release velero to v12 - abandoned#1827
chore(base-cluster/dependencies)!: update helm release velero to v12 - abandoned#1827renovate[bot] wants to merge 4 commits into
Conversation
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
0a20990 to
e653c75
Compare
a4909ea to
5a9bdc9
Compare
ca8d962 to
2a41bd7
Compare
043d6b9 to
354f307
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@charts/base-cluster/README.md.gotmpl`:
- Around line 438-440: The README currently references the wrong values key
`backup.velero.defaultLocation`; update the documentation text to point to the
actual chart values key `.backup.provider.velero.defaultLocation` (and any
similar occurrences) so users set the correct path when creating a new bucket
and configuring Velero; search for `backup.velero.defaultLocation` in the README
and replace it with `.backup.provider.velero.defaultLocation` and verify
examples and backticks use the exact dotted path.
In `@charts/base-cluster/templates/backup/velero/velero.yaml`:
- Around line 2-6: The template unconditionally accesses (lookup ...).items
which fails when lookup returns an empty map; guard that access by first
capturing the lookup result and checking it has items before ranging. For
example, assign the lookup to a variable (e.g., $repos := lookup "velero.io/v1"
"BackupRepository" "backup" "") and then wrap the range in a guard like {{- with
$repos.items }} ... {{- end }} (or check that $repos and $repos.items are
non-empty) before iterating and inspecting repo.spec.repositoryType and calling
fail/printf with repo.metadata.name.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 5d632ce1-6aed-4dca-9b27-7fe60568caa7
📒 Files selected for processing (4)
charts/base-cluster/README.md.gotmplcharts/base-cluster/templates/backup/velero/velero.yamlcharts/base-cluster/templates/kyverno/policies/kyverno-base-policies/kyverno-policies.yamlcharts/base-cluster/values.yaml
This PR contains the following updates:
7.2.2→11.3.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
vmware-tanzu/helm-charts (velero)
v11.3.2Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-11.3.1...velero-11.3.2
v11.3.1Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-11.2.0...velero-11.3.1
v11.2.0Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-11.1.1...velero-11.2.0
v11.1.1Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-11.1.0...velero-11.1.1
v11.1.0Compare Source
A Helm chart for velero
What's Changed
Full Changelog: vmware-tanzu/helm-charts@velero-11.0.0...velero-11.1.0
v11.0.0Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-10.1.3...velero-11.0.0
v10.1.3Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-10.1.2...velero-10.1.3
v10.1.2Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-10.1.1...velero-10.1.2
v10.1.1Compare Source
A Helm chart for velero
What's Changed
Full Changelog: vmware-tanzu/helm-charts@velero-10.1.0...velero-10.1.1
v10.1.0Compare Source
A Helm chart for velero
What's Changed
Full Changelog: vmware-tanzu/helm-charts@velero-10.0.13...velero-10.1.0
v10.0.13Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-10.0.12...velero-10.0.13
v10.0.12Compare Source
A Helm chart for velero
What's Changed
Full Changelog: vmware-tanzu/helm-charts@velero-10.0.11...velero-10.0.12
v10.0.11Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-10.0.10...velero-10.0.11
v10.0.10Compare Source
A Helm chart for velero
What's Changed
Full Changelog: vmware-tanzu/helm-charts@velero-10.0.9...velero-10.0.10
v10.0.9Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-10.0.8...velero-10.0.9
v10.0.8Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-10.0.7...velero-10.0.8
v10.0.7Compare Source
A Helm chart for velero
What's Changed
Full Changelog: vmware-tanzu/helm-charts@velero-10.0.6...velero-10.0.7
v10.0.6Compare Source
A Helm chart for velero
What's Changed
Full Changelog: vmware-tanzu/helm-charts@velero-10.0.5...velero-10.0.6
v10.0.5Compare Source
A Helm chart for velero
What's Changed
Full Changelog: vmware-tanzu/helm-charts@velero-10.0.4...velero-10.0.5
v10.0.4Compare Source
A Helm chart for velero
What's Changed
Full Changelog: vmware-tanzu/helm-charts@velero-10.0.3...velero-10.0.4
v10.0.3Compare Source
A Helm chart for velero
What's Changed
Full Changelog: vmware-tanzu/helm-charts@velero-10.0.2...velero-10.0.3
v10.0.2Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-10.0.1...velero-10.0.2
v10.0.1Compare Source
A Helm chart for velero
What's Changed
Full Changelog: vmware-tanzu/helm-charts@velero-10.0.0...velero-10.0.1
v10.0.0Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-9.2.0...velero-10.0.0
v9.2.0Compare Source
A Helm chart for velero
What's Changed
Full Changelog: vmware-tanzu/helm-charts@velero-9.1.3...velero-9.2.0
v9.1.3Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-9.1.2...velero-9.1.3
v9.1.2Compare Source
A Helm chart for velero
What's Changed
Full Changelog: vmware-tanzu/helm-charts@velero-9.1.1...velero-9.1.2
v9.1.1Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-9.1.0...velero-9.1.1
v9.1.0Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-9.0.4...velero-9.1.0
v9.0.4Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-9.0.3...velero-9.0.4
v9.0.3Compare Source
A Helm chart for velero
What's Changed
Full Changelog: vmware-tanzu/helm-charts@velero-9.0.2...velero-9.0.3
v9.0.2Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-9.0.1...velero-9.0.2
v9.0.1Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-9.0.0...velero-9.0.1
v9.0.0Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-8.7.2...velero-9.0.0
v8.7.2Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-8.7.1...velero-8.7.2
v8.7.1Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-8.7.0...velero-8.7.1
v8.7.0Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-8.6.0...velero-8.7.0
v8.6.0Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-8.5.0...velero-8.6.0
v8.5.0Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-8.4.0...velero-8.5.0
v8.4.0Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-8.3.0...velero-8.4.0
v8.3.0Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-8.2.0...velero-8.3.0
v8.2.0Compare Source
A Helm chart for velero
What's Changed
New Contributors
Full Changelog: vmware-tanzu/helm-charts@velero-8.1.0...velero-8.2.0
v8.1.0Compare Source
A Helm chart for velero
What's Changed
Full Changelog: vmware-tanzu/helm-charts@velero-8.0.0...velero-8.1.0
v8.0.0Compare Source
A Helm chart for velero
What's Changed
Full Changelog: vmware-tanzu/helm-charts@velero-7.2.2...velero-8.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by CodeRabbit
Release Notes
Documentation
New Features
Chores